GetTrustTokensResponse

data class GetTrustTokensResponse(tokens: List<TrustTokens>)

Represents response frame that is returned from Storage#getTrustTokens operation call. Returns the number of stored Trust Tokens per issuer for the current browsing context.

See also

Constructors

GetTrustTokensResponse
Link copied to clipboard
fun GetTrustTokensResponse(tokens: List<TrustTokens>)

Properties

tokens
Link copied to clipboard
val tokens: List<TrustTokens>

Sources

jvm source
Link copied to clipboard